LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ServiceStreamer<TStreamedData,TServiceState> Class Members
See Also  Properties  Methods 
Leadtools.Web.Services Namespace : ServiceStreamer<TStreamedData,TServiceState> Class

The following tables list the members exposed by ServiceStreamer<TStreamedData,TServiceState>.

Public Properties

 NameDescription
public Property BusyGets a value indicating whether the ServiceStreamer<TStreamedData,TServiceState> is running.  
Top

Protected Properties

 NameDescription
protected Property StreamsLimitGets the number of maximum concurrent streams.  
Top

Public Methods

 NameDescription
public Method StartStreamingStarts the process of streaming.  
Top

Protected Methods

 NameDescription
protected Method OnCallServicePerform the call to the web service.  
protected Method OnStreamingCompletedCalled when all streams specified in the StreamsLimit are processed.  
protected Method ProcessStreamDetermines whether the ServiceStreamer<TStreamedData,TServiceState> should continue streaming by calling the OnCallService method.  
protected Method UpdateUIUpdates the user interface with the information received from the web service.  
Top

See Also